home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the visible of sprite 2 to 1
- puppetSprite(2, 0)
- puppetSprite(3, 1)
- set LastTick to the ticks
- set OriginalTick to the ticks
- repeat while (the ticks - OriginalTick) < 140
- set y to 3 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locV of sprite 3 to the locV of sprite 3 + y
- updateStage()
- end repeat
- unLoad(15, 19)
- end
-
- on mouseUp
- puppetSprite(3, 0)
- go(114)
- end
-